home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 November / PCU1104CD1.iso / resource / design / files / metate.exe / {app} / html / styler.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-07-08  |  2.2 KB  |  132 lines

  1. BODY {
  2.     font-family : Verdana;
  3.     font-size : 10pt;
  4.     margin : 0px 0px 0px 0px;
  5. }
  6.  
  7. TD {
  8.     font-family : Verdana;
  9.     font-size : 10pt;
  10. }
  11.  
  12. A {
  13.     font-family : Verdana;
  14.     text-decoration : none;
  15.     color : Blue;
  16. }
  17.  
  18. A:HOVER {
  19.     font-family : Verdana;
  20.     text-decoration : underline;
  21. }
  22.  
  23. .smallerFont {
  24.     font-size : 8pt;
  25.     font-style : normal;
  26.     font-weight : bold;
  27. }
  28.  
  29. .userFont {
  30.     font-size : 10pt;
  31.     font-style : normal;
  32.     font-weight  : bold;
  33. }
  34.  
  35. .fullBor {
  36.     border-left : 1px solid gray;
  37.     border-right : 1px solid gray;
  38.     border-bottom : 1px solid gray;
  39.     border-top : 1px solid gray;
  40. }
  41.  
  42. .endBor {
  43.     border-left : 1px solid gray;
  44.     border-right : 1px solid gray;
  45.     
  46. }
  47. .topboxbor{
  48.     border-left : 1px solid gray;
  49.     border-right : 1px solid gray;    
  50.     border-top : 1px solid gray;
  51. }
  52. .bottomboxbor{
  53.     border-left : 1px solid gray;
  54.     border-right : 1px solid gray;    
  55.     border-bottom : 1px solid gray;
  56. }
  57. .topLeft {
  58.     
  59. }
  60.  
  61. .topBor {
  62.     border-bottom : 1px solid black;
  63. }
  64.  
  65. .mainBor {
  66.     border-left : 1px solid Silver;
  67.     border-right : 1px solid Silver;
  68. }
  69.  
  70. .sideBor {
  71.     border-right : 1px solid black;
  72.  
  73. }
  74. .bottomBor {
  75. border-right : 1px solid black;
  76.     border-bottom : 1px solid Black;
  77. }
  78. .rightBor {
  79.     border-right : 1px solid black;
  80. }
  81.  
  82. .largerFont {
  83.     font-size: 11pt;
  84.     font-weight: bold;
  85. }
  86. .titlefont{
  87.     font-size : 16pt;
  88.     border-bottom : 1px solid teal;
  89.     border-top : 1px solid teal;
  90.     
  91. }
  92. .largeInvertFont {
  93.     font-size: 10pt;
  94.     font-weight: bold;
  95.     color: black;
  96.     border-bottom : 1px solid Black;
  97.     background-color : #E5E5E5;
  98. }
  99.  
  100. .allBorder {
  101.     border : 1px solid black;
  102.     background-color : White;
  103. }
  104.  
  105. .selectBoxCheck {
  106.     background-color: #f8f8f8;
  107.     color: Gray;
  108. }
  109. .inputbox {
  110.     border-left : 1px solid gray;
  111.     border-right : 1px solid gray;
  112.     border-bottom : 1px solid gray;
  113.     border-top : 1px solid gray;
  114.     font-style: normal; 
  115.     font-family: verdana; 
  116.     font-weight: normal; 
  117.     font-size:12px;     
  118. }
  119. .mainbox {
  120.     border-left : none;
  121.     border-right : none;
  122.     border-bottom : none;
  123.     border-top : none;
  124.     border-style : none;
  125.     margin-top: 0px;
  126.         margin-left:0px;
  127. }
  128. .savebtn{
  129.     border-bottom : 1px solid gray;
  130.     border-right : 1px solid gray;
  131.     border-top : 1px solid gray;
  132.     border-left : 1px solid gray;
  133.     background-color : white;
  134. }